home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-02.Z / 94-02 / text0265.txt < prev    next >
Encoding:
Text File  |  1994-02-28  |  6.9 KB  |  149 lines

  1. In article <2k0ekp$92@usenet.rpi.edu> kellip@vccnw14.its.rpi.edu (Patrick D. Kelliher) writes:
  2. >Path: fang.dsto.gov.au!yoyo.aarnet.edu.au!munnari.oz.au!bruce.cs.monash.edu.au!harbinger.cc.monash.edu.au!yeshua.marcam.com!news.kei.com!eff!news.umbc.edu!europa.eng.gtefsd.com!howland.reston.ans.net!cs.utexas.edu!uunet!psinntp!newsserver.pixel.kodak.com>Path: fang.dsto.gov.au!yoyo.aarnet.edu.au!munnari.oz.au!bruce.cs.monash.edu.au!harbinger.cc.monash.edu.au!yeshua.marcam.com!news.kei.com!eff!news.umbc.edu!europa.eng.gtefsd.com!howland.reston.ans.net!cs.utexas.edu!uunet!psinntp!newsserver.pixel.kodak.com>rpi!vccnw14.its.rpi.edu!kellip
  3. >From: kellip@vccnw14.its.rpi.edu (Patrick D. Kelliher)
  4. >Newsgroups: alt.winsock
  5. >Subject: Re: xwindemo-how to make it work?
  6. >Date: 17 Feb 1994 18:56:25 GMT
  7. >Organization: Rensselaer Polytechnic Institute, Troy, NY.
  8. >Lines: 28
  9. >Distribution: world
  10. >Message-ID: <2k0ekp$92@usenet.rpi.edu>
  11. >References: <2jtmgv$i7o@news.doit.wisc.edu> <1994Feb17.161914.25661@cc.ic.ac.uk>
  12. >Reply-To: kellip@rpi.edu
  13. >NNTP-Posting-Host: vccnw14.its.rpi.edu
  14.  
  15.  
  16. >I too download xwindemo about 2 weeks ago and have been at a loss at how to
  17. >make it work.  I think I have tried all the combinations but nothing seems
  18. >to happen.
  19.  
  20. >In article 4371 Ata Etamadi gives a very good description of what should 
  21. >happen.  I followed all of those steps but it just isn't working.
  22.  
  23. >Let me explain my system.  I am using a 486 running norton desktop and 
  24. >winsock 1.0 Rev A using a SLIP connection to a dedicated ( my own) IP 
  25. >address.  WINQVTws3.96 works pretty well although a get GPF errors when 
  26. >I try to using mail and news.  The telnet 
  27. >and FTP parts are working most of the time.  I think the problems with 
  28. >QVT are from the host side because it is a large university network and 
  29. >things are quite slow.  
  30. >BTW any help why the GPF keep appearing would be helpful
  31. >Anyway, once a SLIP connection is established, I open Xwindemo.  I have 
  32. >tried the XDCMP broadcast function and nothing happens so I am assuming 
  33. >there are no machines on the local network running xdm.  We have hundreds 
  34. >of computers on campus it is hard to 
  35. >believe that none of them have this xdm feature installed; but anyway.
  36. >So now I try to connect to a few Suns and RS6000 machines on campus,  I use 
  37. >the rexec shell and type in the IP address I want to contact.  I make sure 
  38. >the address is in my xhosts list.  I enter my login and for the command 
  39. >line I enter things like:
  40. >        xterm -display my.ip.address:0.0 &
  41. >        setenv DISPLAY my.ip.address:0.0; xterm -display my.ip.address:0.0 &
  42. >       etc.
  43. >I have also tried using other numbers after the :0.0, :0.1, :0.2,:0.3,1:0
  44. I have tried using signle window mode, both turning on display 0.1 option 
  45. >etc.
  46.  
  47. >What happens when I try to open a session: 
  48. >        In the message box of xwin I get login messages, then a get a 
  49. >couple warnings about the colors white,red,and black not being defined on 
  50. >my local pallete (or something like that) then noting.  If I turn the debug
  51. >feature on, I get a lot of requests
  52. > for about 30 seconds then nothing. If from winsock I turn the IP flag on 
  53. >I can see talk back and forth between IP address for about 30 seconds, then 
  54. >nothing.  The connection is still good because I can repeat procedure or 
  55. >open QVT etc and everything is OK.
  56.  
  57. >My questions:
  58. >        Jerome Pier (article #4725) mentioned a brief message about .rhosts 
  59. >        file on the host side.  What is in this?  Is it needed?
  60. >        How long should it take for a xterm window to come up using a slip
  61. >        connection running at 14.4k?  While it is coming up I should still
  62. >        see traffic back and forth correct?
  63. >        What window setting should I use?  Single -virtual root- or none
  64. >        at all?
  65.  
  66. >This looks like a great demo package if I can get it working.
  67.  
  68. >Any Help would be much appreciated
  69.  
  70. >-Patrick kellip@rpi.edu
  71.  
  72. Firstly, how about putting some line breaks in your mail message.
  73.  
  74. Secondly, contact the system manager of the unix system you are trying
  75. to run XTERM from, and ask him to set up the system to give allow you
  76. to run X programs. Seeing that you have a fixed IP address, you should
  77. be able to use your PC name rather than IP address. Getting X to work
  78. is more about getting the Host machine setup correctly. 
  79.  
  80. Don't worry about XDMCP for the start. In fact, I can't imagine using
  81. it over Ethernet let alone over SLIP. 
  82.  
  83. Thirdly, open a telnet session with the remote host. Start XWIN. Then enter
  84. the following command via telnet:
  85.  
  86.   xterm -display my-name:0
  87.  
  88.   or
  89.  
  90.   xterm -display my_ip:0
  91.  
  92. An XTerm should open within about 30 seconds. If it doesn't you should
  93. get an error message in your TELNET window. If it doesn't work, 
  94. the error message should indicate what the problem is. 
  95.  
  96. When you get this working, try using REXEC from XWIN. 
  97.  
  98. At the start, don't use single window mode, as you then need to start
  99. a window manager. An XTERM should run in as standard Windows window.
  100.  
  101. The palette error messages worry me. Ideally you should be running 
  102. in 256 color mode (or higher). Lots of X Applications throw up if they
  103. can't get enough colors. 16 color mode sucks with X.
  104.  
  105. Lastly, SLIP connections are normally too slow to run anything but the
  106. simplist X applications. XTerm should be OK, but I wouldn't try running
  107. TEAMWORK or INTERLEAF or any other major X Application unless you're
  108. a absolute masochist.
  109.  
  110. Hope this helps.
  111.  
  112. From news@bigblue.oit.unc.edu Thu Feb 24 12:04:34 1994
  113. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  114.           id AA28772; Thu, 24 Feb 1994 12:04:34 -0500
  115. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  116.           id AA26734; Thu, 24 Feb 1994 11:04:54 -0500
  117. Received: from GATEWAY by bigblue with netnews
  118.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  119. To: winsock@sunsite.unc.edu
  120. Date: Thu, 24 Feb 1994 07:12:23
  121. From: ronwes@halcyon.com (Ron West)
  122. Message-Id: <ronwes.6.00073511@halcyon.com>
  123. Organization: Northwest Nexus Inc.
  124. Sender: ses
  125. Subject: Trumpet News Reader
  126.  
  127. Is there a known problem with Trumpet for Winsock with a news server with lots 
  128. of groups (5000+) where you can't subscribe to some groups because Trumpet 
  129. doesn't seem to know about them?  The documentation hints that there may be a 
  130. problem in this situation but adds something about a problem when you have low 
  131. memory.  I don't think this is the reason as I have 8 megs (should be enough?).
  132.  
  133. My appologies to everyone if this subject has been covered already but I just 
  134. got most of my Winsock clients running this week and I am new to this group.
  135.  
  136. Are there any workarounds for the above?  I am able to add the desired groups 
  137. manually to the news.ini and news.grp files and subscribe.  Any other fixes 
  138. for this?  Newer version?  I am using version 1.0a.
  139.  
  140. Thanks,
  141.  
  142.  
  143.    ______________________________________________________________________
  144.                     |        N
  145.     Ron West            |    WEST<---+-E
  146.     ronwes@halcyon.com        |        S
  147.    ______________________________________________________________________
  148.  
  149.